Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NAutoCompleteBox Class / InitAutoComplete Method / InitAutoComplete<xECd>(INIterable<xECd>) Method


In This Topic
    InitAutoComplete<xECd>(INIterable<xECd>) Method
    In This Topic
    Initializes the auto complete data source and creates labels for the content of the auto complete drop down items. You should also call this method when you make a change to the auto complete source.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub InitAutoComplete(Of xECd)( _
       ByVal autoCompleteSource As INIterable(Of xECd) _
    ) 
    'Usage
     
    
    Dim instance As NAutoCompleteBox
    Dim autoCompleteSource As INIterable(Of xECd)
     
    instance.InitAutoComplete(Of xECd)(autoCompleteSource)
    public virtual void InitAutoComplete<xECd>( 
       INIterable<xECd> autoCompleteSource
    )

    Parameters

    autoCompleteSource

    Type Parameters

    xECd
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also